< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03070000.xhp

(section: mathe)

Mathematical Operators
算術演算子(hd_id3149234.1)

The following mathematical operators are supported in Office Basic.
Office Basic では下記の算術演算子をサポートしています。(par_id3145068.2)

(/section: mathe)

This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program.
このセクションでは、プログラム中での計算処理に必要となるであろう各種の算術演算子について、簡単に解説します。(par_id3148552.3)

(embed text/sbasic/shared/03070100.xhp#subtraktion : linkinfo)

"-" Operator [Runtime]
「-」演算子 [実行時](hd_id3156042.1)

Subtracts two values.
2つの値の間で減算 (引き算) を行います。(par_id3153345.2)

(/embed text/sbasic/shared/03070100.xhp#subtraktion)

(embed text/sbasic/shared/03070200.xhp#multiplikation : linkinfo)

"*" Operator [Runtime]
「*」演算子 [実行時](hd_id3147573.1)

Multiplies two values.
2 つの値の間で乗算 (掛け算) を行います。(par_id3154347.2)

(/embed text/sbasic/shared/03070200.xhp#multiplikation)

(embed text/sbasic/shared/03070300.xhp#addition : linkinfo)

"+" Operator [Runtime]
「+」演算子 [実行時](hd_id3145316.1)

Adds or combines two expressions.
2 つの表式を加算ないし結合します。(par_id3145068.2)

(/embed text/sbasic/shared/03070300.xhp#addition)

(embed text/sbasic/shared/03070400.xhp#division : linkinfo)

"/" Operator [Runtime]
「/」演算子 [実行時](hd_id3150669.1)

Divides two values.
2 つの値の間で除算 (割り算) を行います。(par_id3149670.2)

(/embed text/sbasic/shared/03070400.xhp#division)

(embed text/sbasic/shared/03070500.xhp#potenz : linkinfo)

"^" Operator [Runtime]
「^」演算子 [実行時](hd_id3145315.1)

Raises a number to a power.
与えられた数値の指数 (累乗、べき乗) 計算を行います。(par_id3149670.2)

(/embed text/sbasic/shared/03070500.xhp#potenz)

(embed text/sbasic/shared/03070600.xhp#mod : linkinfo)

Mod Operator [Runtime]
Mod 演算子 [実行時](hd_id3150669.1)

Returns the integer remainder of a division.
整数除算を実行した際の余りの値を返します。(par_id3148686.2)

(/embed text/sbasic/shared/03070600.xhp#mod)


< Prev / Next >